home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / dm3_doc.zip / NOTES.DOC < prev   
Text File  |  1990-04-08  |  1KB  |  66 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.             M Y C R O F T   R B B S   D O O R   I / O   L I B R A R Y
  31.  
  32.                                   Version Notes
  33.  
  34.                             for version 3.00 04/06/90
  35.  
  36.  
  37.  
  38.                                 I M P O R T A N T
  39.  
  40.      Please note that I have not yet had time to bring the docs completely up
  41.      to date.  For the most part there are a few new low level functions
  42.      dealing with the interrupt driven i/o.  or now, make sure that your
  43.      program is surrounded by the following calls:
  44.  
  45.  
  46.                         dmtimer_open();
  47.                         read_bbs_info(with parms);
  48.  
  49.  
  50.                         ...your code...
  51.  
  52.  
  53.                         io_close();
  54.                         dmtimer_close();
  55.  
  56.  
  57.      This is important to guarantee the accessing and releasing of the
  58.      hardware interrupt vectors.
  59.  
  60.      Also, please edit dmcfg.h as this file controls whether you are
  61.      compiling for Microsoft or Turbo C.
  62.  
  63.      Should have the 2.xx docs updated in a day or so.
  64.  
  65.  
  66.